Extension point contextHelpers
Documentation
@since 7.3
Context helper functions contribution. Example:
<contextHelper
class="org.nuxeo.ecm.automation.features.PlatformFunctions" id="platformFunctions"/>
Contribution Descriptors
- Class: org.nuxeo.ecm.automation.context.ContextHelperDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="contextHelpers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent"> <contextHelper class="org.nuxeo.ecm.automation.features.PlatformFunctions" id="Fn"/> <contextHelper class="org.nuxeo.ecm.automation.features.HTTPHelper" id="HTTP"/> </extension>
-
<extension point="contextHelpers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent"> <contextHelper class="org.nuxeo.automation.scripting.helper.Console" id="Console"/> </extension>